(NEW_CYGWIN): Output message about spurious error
authorAndrew Innes <andrewi@gnu.org>
Thu, 17 May 2001 12:44:02 +0000 (12:44 +0000)
committerAndrew Innes <andrewi@gnu.org>
Thu, 17 May 2001 12:44:02 +0000 (12:44 +0000)
message that is to be ignored.

nt/gmake.defs

index f64f4c1ad25da05d3d6e485b7d84eac261cef9ec..7756da0d606a0f84221b2d1f121d59dc8fa2a313 100644 (file)
@@ -87,6 +87,7 @@ ifdef USING_SH
 sh_output := $(shell echo foo")
 ifeq "$(sh_output)" ""
 NEW_CYGWIN = 1
+$(warning [Please ignore the syntax error just above - it is intentional])
 endif
 endif